OpenRoads Designer CONNECT Edition SDK Help

CreateTangentCircularArcTwoElementsByRadius Method

Constructs a ProfileCircularArc element tangent to two profile elements giving the radius value.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileCircularArc[]CreateTangentCircularArcTwoElementsByRadius( ProfileElement elmt1, ProfileElement elmt2,double radius)

Parameters

SettingDescription
  ProfileElement The first profile element which the created ProfileCircularArc is tangent to.
  ProfileElement The second profile element which the created ProfileCircularArc is tangent to.
   The radius of the arc

Return Value

ProfileCircularArc[] The tangent ProfileCircularArc element

See Also